home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000387_news@columbia.edu _Tue Sep 24 13:58:24 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id NAA21561 for <kermit.misc@watsun.cc.columbia.edu>; Tue, 24 Sep 1996 13:58:24 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id NAA26405 for kermit.misc@watsun; Tue, 24 Sep 1996 13:58:18 -0400 (EDT)
  4. Path: news.columbia.edu!psinntp!psinntp!howland.erols.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  5. From: jrd@cc.usu.edu (Joe Doupnik)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Another suggestion for an improvement
  8. Message-ID: <1996Sep24.095656.85356@cc.usu.edu>
  9. Date: 24 Sep 96 09:56:56 MDT
  10. References: <527j5m$27j@mirage.skypoint.com>
  11. Organization: Utah State University
  12. Lines: 21
  13.  
  14. In article <527j5m$27j@mirage.skypoint.com>, escargo@skypoint.com (David S Cargo) writes:
  15. > I don't know how you implement this improvement, but it came to mind so I
  16. > thought I would mention it.  It would be really nice if there were an
  17. > "apropos" command.  I first came across one from Multics, and some emacs
  18. > implementations have one.  Basically you might go "apropos terminal" and
  19. > all the commands that mention terminal get listed.  The ? method for
  20. > getting details on commands works if you are unsure about the details of a
  21. > command, but if you don't know what the command is, it's hard to ask for
  22. > details. 
  23. > One implementation that could be done outside of kermit is to just have
  24. > a file that lists all the commands.  Anybody needing it could push to
  25. > DOS and use find.  If this resource already exists, I'd be happy to
  26. > be informed.
  27. -----------
  28.     I think our response would be "read the fine manual", in this case
  29. the book "Using MS-DOS Kermit", details of which are given on screen two
  30. of the MSK Help command. The quantity of text (i.e., program size) involved
  31. in a cross referenced help system is just too large.
  32.     Thanks,
  33.     Joe D.